GDK W32: Print error code along with the error message
authorРуслан Ижбулатов <lrn1986@gmail.com>
Mon, 21 Mar 2016 16:25:19 +0000 (16:25 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Fri, 25 Mar 2016 22:04:58 +0000 (22:04 +0000)
commit692c3b11ff3877de90b653536d13dafc4e879ab8
tree2f9f2e662ddd1a049af86d86f1296155ba32fb6b
parentc4c00299b2a136d3440801a27fae2a156ca75093
GDK W32: Print error code along with the error message

Error codes can be easily looked up in an error code list
and/or googled up. Error messages, while descriptive, often
describe the wrong thing, and the messages themselves are not
part of the documentation of a function, unlike error codes.
It would be preferable to have the code, or both.

https://bugzilla.gnome.org/show_bug.cgi?id=763913
gdk/win32/gdkmain-win32.c